net/netip.Addr.v6u16 (method)

7 uses

	net/netip (current package)
		netip.go#L363: func (ip Addr) v6u16(i uint8) uint16 {
		netip.go#L518: 		return ip.v6u16(0)&0xffc0 == 0xfe80
		netip.go#L559: 		return ip.v6u16(0)&0xff0f == 0xff01
		netip.go#L574: 		return ip.v6u16(0)&0xff0f == 0xff02
		netip.go#L877: 		for j < 8 && ip.v6u16(j) == 0 {
		netip.go#L896: 		ret = appendHex(ret, ip.v6u16(i))
		netip.go#L922: 		ret = appendHexPad(ret, ip.v6u16(i))